ShowStoryText("You don't manage to find any trinkets or artefacts of use over a couple of days' searching, but you do scrounge up a sizeable reward of 2000 pieces for your efforts.");
PlayerCash = PlayerCash + 2000;
AddDays(2);
AddCaptainsLog("Searched a ship graveyard for days, and found 2000 pieces.");
else
ShowStoryText("Nearly a week passes and you find little but old boots and broken ships' wheels. All that you manage to get yourself is a measly 5 pieces and a rather frustrated crew.");
PlayerCash = PlayerCash + 5;
AddDays(6);
AddCaptainsLog("Searched a ship graveyard for days, and found a measly 5 pieces.");